Boolean[].Insert (gb)

Function Insert ( Array As Boolean[] [ , Pos As Integer ] ) As Boolean[]

Insert an array into the current one at the location specified by Pos.

By default, the array is inserted at the end.